ssh
ip/ssh
Type: Settings Directory
| Argument | Type | Description |
|---|---|---|
| ciphers | multi_arg { array-id, enum (aes-gcm | aes-ctr | aes-cbc | 3des-cbc | null | auto) { aes-gcm:ssh::config::CIPHER_AES_GCM, aes-ctr:ssh::config::CIPHER_AES_CTR, aes-cbc:ssh::config::CIPHER_AES_CBC, 3des-cbc:ssh::config::CIPHER_3DES_CBC, null:ssh::config::CIPHER_NULL, auto:ssh::config::CIPHER_AUTO } } | |
| forwarding-enabled | enum (no | local | remote | both) | |
| password-authentication | enum (yes | no | yes-if-no-key) | |
| publickey-authentication-options | enum (none | touch-required | verify-required) | |
| strong-crypto | bool | |
| host-key-size | enum (1024 | 1536 | 2048 | 4096 | 8192) | |
| host-key-type | enum (rsa | ed25519) |
ip/ssh/regenerate-host-key
Type: Command
ip/ssh/export-host-key
Type: Command
| Argument | Type | Description |
|---|---|---|
| key-file-prefix | string | |
| passphrase | string |
ip/ssh/import-host-key
Type: Command
| Argument | Type | Description |
|---|---|---|
| private-key-file | file_enum | |
| passphrase | string |